inherited OptionsRSSFrm: TOptionsRSSFrm Width = 482 Height = 371 Anchors = [akLeft, akTop, akRight, akBottom] object MyContentGroupBox: TGroupBox Left = 0 Top = 0 Width = 482 Height = 221 Anchors = [akLeft, akTop, akRight] Caption = ' My RSS Feeds ' TabOrder = 0 DesignSize = ( 482 221) object Image5: TImage Left = 14 Top = 20 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object MyContentListView: TListView Left = 60 Top = 20 Width = 362 Height = 160 Anchors = [akLeft, akTop, akRight, akBottom] Checkboxes = True Columns = < item Caption = 'Title' Width = 125 end item Caption = 'URL' Width = 215 end> ColumnClick = False HideSelection = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnChange = MyContentListViewChange OnCustomDrawItem = MyContentListViewCustomDrawItem OnDblClick = MyContentListViewDblClick OnKeyDown = MyContentListViewKeyDown end object RemoveFeedBtn: TButton95 Left = 206 Top = 187 Width = 70 Height = 23 Anchors = [akLeft, akBottom] Caption = 'De&lete' Enabled = False TabOrder = 3 OnClick = RemoveFeedBtnClick end object EditFeedBtn: TButton95 Left = 133 Top = 187 Width = 70 Height = 23 Anchors = [akLeft, akBottom] Caption = '&Edit' Enabled = False TabOrder = 2 OnClick = EditFeedBtnClick end object AddSearchSiteBtn: TButton95 Left = 60 Top = 187 Width = 70 Height = 23 Anchors = [akLeft, akBottom] Caption = '&Add' TabOrder = 1 OnClick = AddSearchSiteBtnClick end object UpBtn: TButton Left = 431 Top = 20 Width = 40 Height = 23 Anchors = [akTop, akRight] Caption = '&Up' TabOrder = 4 OnClick = UpBtnClick end object DownBtn: TButton Left = 431 Top = 50 Width = 40 Height = 23 Anchors = [akTop, akRight] Caption = '&Down' TabOrder = 5 OnClick = DownBtnClick end end object RSSOptionsGroupBox: TGroupBox Left = 0 Top = 231 Width = 482 Height = 140 Anchors = [akLeft, akTop, akRight] Caption = ' RSS Options ' TabOrder = 1 object TickerImage: TImage Left = 14 Top = 20 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object SizeLbl: TLabel Left = 80 Top = 88 Width = 56 Height = 13 Caption = '&Ticker Size:' FocusControl = SizeCB end object SpeedLbl: TLabel Left = 80 Top = 113 Width = 67 Height = 13 Caption = 'Ticker &Speed:' FocusControl = SpeedCB end object RefreshDelayLabel: TLabel Left = 60 Top = 23 Width = 136 Height = 13 Caption = '&Refresh my RSS feeds every' FocusControl = DelayNumInp end object HoursLbl: TLabel Left = 257 Top = 23 Width = 26 Height = 13 Caption = 'hours' end object DisplayTickerBtn: TCheckBox95 Left = 60 Top = 45 Width = 173 Height = 17 Caption = 'Dis&play my RSS feeds in a ticker' TabOrder = 2 OnClick = DisplayTickerBtnClick end object RotateCB: TCheckBox95 Left = 80 Top = 65 Width = 225 Height = 17 Caption = 'R&otate automatically through my RSS feeds' TabOrder = 3 end object SizeCB: TComboBox Left = 154 Top = 85 Width = 91 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 4 Items.Strings = ( 'Small' 'Medium' 'Large') end object SpeedCB: TComboBox Left = 154 Top = 110 Width = 91 Height = 21 ItemHeight = 13 TabOrder = 5 Items.Strings = ( 'Slow' 'Normal' 'Fast') end object DelayNumInp: TNumInp Left = 208 Top = 20 Width = 28 Height = 21 Min = 1 TabOrder = 0 Value = 2 end object DelayUpDown: TUpDown Left = 236 Top = 20 Width = 16 Height = 21 Associate = DelayNumInp Min = 1 Max = 999 Position = 2 TabOrder = 1 Wrap = False end end end